home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / eText5 / Source / unused4Code / BBC.bproj / DocumentIcon.h < prev    next >
Encoding:
Text File  |  1976-12-22  |  315 b   |  18 lines

  1. #import <appkit/appkit.h>
  2.  
  3. @interface DocumentIcon: Control {
  4.     id        image;
  5.     id        target;
  6.     SEL        action;
  7.     const char    *filename;
  8. }
  9.  
  10. - initFrame:(const NXRect *)frameRect;
  11. - drawSelf:(const NXRect *)rects :(int)rectCount;
  12. - free;
  13.  
  14. - (const char *) stringValue;
  15. - setStringValue: (const char *) aString;
  16.  
  17. @end
  18.